| HTTP Method | POST |
| API URL | https://test.perfectpanel.rentals/api/v2 |
| Return Format | JSON |
| Parameter | Explanation |
|---|---|
| the key | User API Key |
| action | services |
Sample return
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
},
{
"service": 2,
"name": "Comments",
"type": "Custom Comments",
"category": "Second Category",
"rate": "8",
"min": "10",
"max": "1500"
}
]
| Parameter | Explanation |
|---|---|
| the key | User API Key |
| action | addi |
| service | Service ID |
| link | Service connection |
| quantity | Quantity |
| runs (optional) | Runs to deliver |
| interval (optional) | Interval in minutes |
Sample return
{
"order": 23501
}
| Parameter | Explanation |
|---|---|
| the key | User API Key |
| action | status |
| ORDER | Order ID |
Sample return
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "TRY"
}
| Parameter | Explanation |
|---|---|
| the key | User API Key |
| action | balance |
Sample return
{
"balance": "100.84292",
"currency": "TRY"
}
Sample PHP file